home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 September / EnigmA AMIGA RUN 10 (1996)(G.R. Edizioni)(IT)[!][issue 1996-09][EARSAN CD XI].iso / earcd / comm6 / umsfdf12.rdm < prev    next >
Text File  |  1996-08-25  |  3KB  |  105 lines

  1. Short:    Fixes date in DLG/CNET msg for UMS_Fido.
  2. Author:   jmx@ramses.fdn.org (Jean-Marc Xiume)
  3. Uploader: jmx@ramses.telesys-innov.fr (Jean-Marc Xiume)
  4. Type:     comm/ums
  5.  
  6. **************************************************************************
  7.  
  8.           UMS_FidoFix v1.2 - Fidonet packet fixing for UMS_Fido
  9.                   Copyright (C) 1996  Jean-Marc Xiume'
  10.            This software is distributed under the terms of the
  11.      GNU General Public License. Read "license.doc" for more details.
  12.  
  13. **************************************************************************
  14.  
  15.  
  16.  
  17. Introduction
  18. ------------
  19.  
  20. If you never had problems with ums_fido, this isn't for you.
  21.  
  22. This software tries to fix some data in a fido packet that causes
  23. ums_fido to post an error message, put the imported message in the
  24. "bad-news" folder, and junk the packet.
  25. This is also a problem if you're operating a gateway.
  26.  
  27.  
  28. The main problem I'm aware of concerns the date format of messages
  29. created by the DLG and CNet BBS software.
  30.  
  31. Examples :
  32.            DLG    : Tue  6 Feb 96  1:04  (missing "0" in the hour)
  33.            SEAdog : Tue  6 Feb 96 01:04
  34.  
  35.            CNet   :  6 Feb 96   1:04:00  (missing "0" in day and hour)
  36.            Normal : 06 Feb 96  01:04:00
  37.  
  38.  
  39. UMS_FidoFix simply adds those missing zeros, directly in the message
  40. packet.
  41.  
  42. Other formats are not supported yet (are there any other ?)
  43. Tell me if you need some more conversions.
  44.  
  45.  
  46.  
  47. Installation
  48. ------------
  49.  
  50. Simply copy Fidofix somewhere in your path.
  51. I'd suggest ums:bin/
  52.  
  53.  
  54.  
  55. Usage
  56. -----
  57.  
  58. Fidofix <packetfile>
  59. Where <packetfile> is a fido packet received directly from your boss
  60. as ".pkt" files or bundled into a compressed archive as ".mo0" files.
  61.  
  62. You can use the included "uff" script to automatically extract the
  63. packets from the archive, fidofix them, and delete the original
  64. archive.
  65. This script asks two arguments, both must end with a ":" or a "/" :
  66.  - the inbound directory, where to find the original packet or archive
  67.  - the packet directory, where to extract the packets. This must be
  68.    on your hard disk (for obvious security reasons) and should be the
  69.    place where fidoimport usually stores its temporary files.
  70.  
  71. As this can be a dangerous operation, you should always keep a backup
  72. of your original bundles, just in case... ;)
  73.  
  74. Once the packets are fixed, import them normally with fidoimport.
  75.  
  76. That's all !
  77.  
  78.  
  79.  
  80. Notes
  81. -----
  82.  
  83. I wonder if this little piece of software will be usefull to someone... :)
  84. So please if you use it, let me know !
  85.  
  86. Comments and suggestions are welcome:
  87.  
  88. smail:     Jean-Marc Xiumé
  89.            Parc du Belvédère
  90.            83120 Sainte-Maxime
  91.            FRANCE
  92.  
  93. fidonet :  2:320/104.22
  94. amiganet:  39:180/1.22
  95. usenet  :  jmx@ramses.fdn.org (for mails <10Kb)
  96.            jmx@ramses.telesys-innov.fr (for mails >10Kb)
  97.            jmx.topaz@ruby.frmug.fr.net
  98.  
  99.  
  100.  
  101. History
  102. -------
  103.  
  104. see source file Fidofix.c
  105.